home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global stamp, correctionMade
- if the doubleClick then
- exit
- end if
- cursor(4)
- if count(stamp) > 0 then
- set correctionMade to 0
- hideDays()
- put " " into field "problem"
- go("monthly")
- showMonthlyDays()
- cursor(0)
- else
- cursor(0)
- alert("Monthly Calendar will not function until the first entry is charted or the cycle is changed using the Options button.")
- end if
- end
-